home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
DefineButton2_408
/
BUTTONCONDACTION on(press).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
201 b
|
11 lines
on(press){
if(_root.even7 == 20)
{
_root.load_file_chosen = 8;
if(_root["file_name" + _root.load_file_chosen] != "empty")
{
_root.loading = 1;
}
}
}